home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-03 | 655 b | 23 lines |
- # Project: Perl5
-
- .SUFFIXES: .o .c
- CC = cc
- LD = link
- INCLUDE = -IC:,InterNet:
- Libraries = C:o.stubs C:o.utils Internet:o.NetLib
- CCflags = -c -depend !Depend $(INCLUDE) -ffa -wan -DRISCOS -DCONSERVATIVE -DDEBUGGING
- linkflags = -aif -o $@
-
- Files1 = o.miniplmain o.perl o.perly o.pp o.pp_hot o.pp_ctl o.pp_sys o.regcomp o.regexec
- Files2 = o.av o.scope o.op o.doop o.doio o.dump o.hv o.mg
- Files3 = o.gv o.sv o.taint o.toke o.util o.deb o.run o.acorn
-
- Perl: $(Files1) $(Files2) $(Files3) $(Libraries)
- $(LD) $(linkflags) $(Libraries) $(Files1) $(Files2) $(Files3)
- squeeze perl
-
- .c.o:; $(CC) $(CCflags) -o $@ c.$*
-
-
- # Dynamic dependencies:
-